Skip to content

Instantly share code, notes, and snippets.

@posaunehm
Created December 12, 2017 01:42
Show Gist options
  • Save posaunehm/f9543c0ead6fa115e696706063002202 to your computer and use it in GitHub Desktop.
Save posaunehm/f9543c0ead6fa115e696706063002202 to your computer and use it in GitHub Desktop.
3フェーズテストの説明
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
class ThreePhaseTest {
@Test
void firstTest() {
// Arrange
// Act
// Assert
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment