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