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.070s | 100% |
| Returns error when mpm.json exists | testInitFailsWhenConfigExists(Continuation) | 1 | 0 | 0 | 0.035s | 100% |
| isInitialized returns false when mpm.json does not exist | testIsInitializedReturnsFalse(Continuation) | 1 | 0 | 0 | 0.035s | 100% |
| isInitialized returns true when mpm.json exists | testIsInitializedReturnsTrue(Continuation) | 1 | 0 | 0 | 1.184s | 100% |