Skip to content

Instantly share code, notes, and snippets.

@mithuns
Created January 19, 2018 22:33
Show Gist options
  • Save mithuns/40e163a4a2d3df92c4182f702774b2b5 to your computer and use it in GitHub Desktop.
Save mithuns/40e163a4a2d3df92c4182f702774b2b5 to your computer and use it in GitHub Desktop.
This is what AcceptanceTests.java looks like
package com.my_private.service.test.bdd;
import com.my_private.serenity.utils.PrivateProvidedEnterpriseLoggedInTestDecorator;
import com.Private.Private.serenity.utils.PrivateSerenityReportingRunner;
import com.Private.Private.serenity.utils.PrivateSerenityReportingRunner.PrivateDecoratorClasses;
import org.junit.runner.RunWith;
import net.serenitybdd.jbehave.SerenityStories;
/**
* The Class AcceptanceTests.
*/
@RunWith(PrivateSerenityReportingRunner.class)
@PrivateDecoratorClasses(PrivateProvidedEnterpriseLoggedInTestDecorator.class)
public class AcceptanceTests extends SerenityStories {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment