Skip to content
Snippets Groups Projects
Commit c45758dd authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Comment

parent ebd52347
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ package spark
import org.scalatest.FunSuite
import org.scalatest.PrivateMethodTester
// TODO: Replace this with a test of MemoryStore
class BoundedMemoryCacheSuite extends FunSuite with PrivateMethodTester {
test("constructor test") {
val cache = new BoundedMemoryCache(60)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment