mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform-tests] IntSLRUCacheTest -> TestCase
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user