mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 23:32:35 +03:00
add something
This commit is contained in:
@@ -26,4 +26,8 @@ public class WelcomerTest {
|
||||
public void welcomerSaysSilver(){
|
||||
assertThat(welcomer.sayNeedGold(), containsString("gold"));
|
||||
}
|
||||
@Test
|
||||
public void welcomerSaysSomething(){
|
||||
assertThat(welcomer.saySome(), containsString("something"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user