48495051525354
screenshotDirectory = temporaryDirectory.newFolder("screenshots"); MockitoAnnotations.initMocks(this); environmentVariables = new MockEnvironmentVariables(); testSite = new StaticTestSite(); }
12131415161718
private static StaticTestSite staticTestSite; private static StaticSitePage chromePage; @BeforeClass public static void openStaticSite() { staticTestSite = new StaticTestSite(); }