/* * This Java source file was generated by the Gradle 'init' task. */packageedu.ubu.csapp;importorg.junit.Test;importstaticorg.junit.Assert.*;publicclassAppTest{@TestpublicvoidtestAppHasAGreeting(){AppclassUnderTest=newApp();assertNotNull("app should have a greeting",classUnderTest.getGreeting());}}