[platform-tests] IntSLRUCacheTest -> TestCase

This commit is contained in:
Yann Cébron
2017-03-21 11:19:48 +01:00
parent ebf5aafecd
commit 0dc9b95033
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -15,13 +15,13 @@
*/
package com.intellij.util
import com.intellij.testFramework.UsefulTestCase
import com.intellij.util.containers.IntObjectLinkedMap
import junit.framework.TestCase
/**
* @author peter
*/
class IntSLRUCacheTest extends UsefulTestCase {
class IntSLRUCacheTest extends TestCase {
static IntSLRUCache<IntObjectLinkedMap.MapEntry<String>> createCache(int prot = 1, int prob = 1) {
return new IntSLRUCache<IntObjectLinkedMap.MapEntry<String>>(prot, prob)