222324252627282930
@Test public void firstCheck(){ checkForInheritance checker = new checkForInheritance(); assertThat(checker.firstCheck(),equalTo("this is method in classB,firstVriableforA")); } }