/* * This Java source file was generated by the Gradle 'init' task. */packagetumble;importorg.junit.jupiter.api.Test;import staticorg.junit.jupiter.api.Assertions.*;classAppTest{@TestvoidappHasAGreeting(){AppclassUnderTest=newApp();assertNotNull(classUnderTest.getGreeting(),"app should have a greeting");}}