Gradle Test Run :paper:test
ProjectServiceImplのテスト
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| Creates mpm.json with unmanaged plugins when plugins exist | testInitCreatesConfigWithPlugins(Continuation) | 1 | 0 | 0 | 0.073s | 100% |
| Returns error when mpm.json exists | testInitFailsWhenConfigExists(Continuation) | 1 | 0 | 0 | 0.036s | 100% |
| isInitialized returns false when mpm.json does not exist | testIsInitializedReturnsFalse(Continuation) | 1 | 0 | 0 | 0.029s | 100% |
| isInitialized returns true when mpm.json exists | testIsInitializedReturnsTrue(Continuation) | 1 | 0 | 0 | 1.189s | 100% |