public class BiVariableMapTest
extends java.lang.Object
Constructor and Description |
---|
BiVariableMapTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testClear()
Test of clear method, of class BiVariableMap.
|
void |
testContainsKey()
Test of containsKey method, of class BiVariableMap.
|
void |
testContainsValue()
Test of containsValue method, of class BiVariableMap.
|
void |
testGet_Object()
Test of get method, of class BiVariableMap.
|
void |
testGetLocalVariableBehavior()
Test of getLocalVariableBehavior method, of class BiVariableMap.
|
void |
testGetNames()
Test of getNames method, of class BiVariableMap.
|
void |
testGetVariables()
Test of getVariables method, of class BiVariableMap.
|
void |
testIsEmpty()
Test of isEmpty method, of class BiVariableMap.
|
void |
testIsLazy()
Test of isLazy method, of class BiVariableMap.
|
void |
testRemove_Object_Object()
Test of remove method, of class BiVariableMap.
|
void |
testRemove_Object()
Test of remove method, of class BiVariableMap.
|
void |
testSize()
Test of size method, of class BiVariableMap.
|
void |
testTerminate()
Test of terminate method, of class BiVariableMap.
|
public static void setUpClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public void tearDown() throws java.io.IOException
java.io.IOException
public void testGetNames()
public void testGetVariables()
public void testGetLocalVariableBehavior()
public void testSize()
public void testIsEmpty()
public void testContainsKey()
public void testContainsValue()
public void testGet_Object()
public void testTerminate()
public void testRemove_Object()
public void testRemove_Object_Object()
public void testClear()
public void testIsLazy()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.