Package org.eclipse.epsilon.eol.models
Class CachedModelTests.AllOfKindCachingTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.models.CachedModelTests.AllOfKindCachingTests
-
- Enclosing class:
- CachedModelTests
public static class CachedModelTests.AllOfKindCachingTests extends Object
-
-
Constructor Summary
Constructors Constructor Description AllOfKindCachingTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldComputeAllOfKindIfKindHasNotBeenCached()
void
shouldComputeAllOfKindOnFirstCall()
void
shouldNotComputeAllOfKindIfKindIsEquivalentToACachedKind()
void
shouldNotComputeAllOfKindOnSecondCall()
void
shouldNotRecomputeAllOfKindIfFirstCallReturnsEmptyCollection()
-
-
-
Method Detail
-
shouldComputeAllOfKindOnFirstCall
public void shouldComputeAllOfKindOnFirstCall() throws Exception
- Throws:
Exception
-
shouldNotComputeAllOfKindOnSecondCall
public void shouldNotComputeAllOfKindOnSecondCall() throws Exception
- Throws:
Exception
-
shouldNotRecomputeAllOfKindIfFirstCallReturnsEmptyCollection
public void shouldNotRecomputeAllOfKindIfFirstCallReturnsEmptyCollection() throws Exception
- Throws:
Exception
-
shouldComputeAllOfKindIfKindHasNotBeenCached
public void shouldComputeAllOfKindIfKindHasNotBeenCached() throws Exception
- Throws:
Exception
-
-