Created
December 12, 2017 01:42
-
-
Save posaunehm/f9543c0ead6fa115e696706063002202 to your computer and use it in GitHub Desktop.
3フェーズテストの説明
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
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