Created
January 19, 2018 22:33
-
-
Save mithuns/40e163a4a2d3df92c4182f702774b2b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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