Package org.eclipse.epsilon.eol.models
Class CachedModelTests.AllOfTypeCachingTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.models.CachedModelTests.AllOfTypeCachingTests
-
- Enclosing class:
- CachedModelTests
public static class CachedModelTests.AllOfTypeCachingTests extends Object
-
-
Constructor Summary
Constructors Constructor Description AllOfTypeCachingTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldComputeAllOfTypeIfTypeHasNotBeenCached()
void
shouldComputeAllOfTypeOnFirstCall()
void
shouldNotComputeAllOfTypeIfTypeIsEquivalentToACachedType()
void
shouldNotComputeAllOfTypeOnSecondCall()
void
shouldNotRecomputeAllOfTypeIfFirstCallReturnsEmptyCollection()
-
-
-
Method Detail
-
shouldComputeAllOfTypeOnFirstCall
public void shouldComputeAllOfTypeOnFirstCall() throws Exception
- Throws:
Exception
-
shouldNotComputeAllOfTypeOnSecondCall
public void shouldNotComputeAllOfTypeOnSecondCall() throws Exception
- Throws:
Exception
-
shouldNotRecomputeAllOfTypeIfFirstCallReturnsEmptyCollection
public void shouldNotRecomputeAllOfTypeIfFirstCallReturnsEmptyCollection() throws Exception
- Throws:
Exception
-
shouldComputeAllOfTypeIfTypeHasNotBeenCached
public void shouldComputeAllOfTypeIfTypeHasNotBeenCached() throws Exception
- Throws:
Exception
-
-