Improve test coverage.
This commit is contained in:
parent
0cbea9b452
commit
e300a90890
|
@ -68,6 +68,8 @@ public class EhCacheBasedTicketCacheTests extends TestCase {
|
|||
// Check it doesn't return values for null or unknown service tickets
|
||||
assertNull(cache.getByTicketId(null));
|
||||
assertNull(cache.getByTicketId("UNKNOWN_SERVICE_TICKET"));
|
||||
|
||||
cache.destroy();
|
||||
}
|
||||
|
||||
public void testGettersSetters() {
|
||||
|
|
Loading…
Reference in New Issue