Skip to main content

Examples

Set up and Tear down#

@BeforeClasspublic static void doInitHost() {   CloudHostFactory.getCloudHost("{my-host-label}").setup();}
@AfterClasspublic static void doTeardownHost() {   CloudHostFactory.getCloudHost("{my-host-label}").teardown();}

Also Overcast is used for integration tests of Overthere.