e28fd3e7c9
update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
8 lines
159 B
Java
8 lines
159 B
Java
package com.baeldung.serenity;
|
|
|
|
import net.serenitybdd.jbehave.SerenityStory;
|
|
|
|
public class GithubUserProfilePayloadIntegrationTest extends SerenityStory {
|
|
|
|
}
|