public class JSBindingsTest extends Object
| Constructor and Description |
|---|
JSBindingsTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Stand-alone test runtime.
|
void |
setUp()
Creates and initializes an SCXML data model in the context.
|
void |
testClear()
Tests the
clear method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testConstructor()
Tests implementation of JSBindings constructor.
|
void |
testContainsKey()
Tests the
containsKey method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testContainsValue()
Tests the
containsValue method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testEntrySet()
Tests the
entrySet method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testGet()
Tests the
get method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testInvalidBindingsConstructor()
Test implementation of JSBindings constructor with invalid Javascript bindings.
|
void |
testInvalidContextConstructor()
Test implementation of JSBindings constructor with invalid SCXML context.
|
void |
testIsEmpty()
Tests the
isEmpty method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testKeySet()
Tests the
keySet method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testPut()
Tests the
put method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testPutAll()
Tests the
putAll method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testRemove()
Tests the
remove method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testSize()
Tests the
size method with items in the SCXML context as well as the
JavaScript Bindings. |
void |
testValues()
Tests the
values method with items in the SCXML context as well as the
JavaScript Bindings. |
public JSBindingsTest()
public void setUp() throws Exception
Exceptionpublic void testConstructor()
public void testInvalidContextConstructor()
public void testInvalidBindingsConstructor()
public void testContainsKey()
containsKey method with items in the SCXML context as well as the
JavaScript Bindings.public void testKeySet()
keySet method with items in the SCXML context as well as the
JavaScript Bindings.public void testSize()
size method with items in the SCXML context as well as the
JavaScript Bindings.public void testContainsValue()
containsValue method with items in the SCXML context as well as the
JavaScript Bindings.public void testEntrySet()
entrySet method with items in the SCXML context as well as the
JavaScript Bindings.public void testValues()
values method with items in the SCXML context as well as the
JavaScript Bindings.public void testIsEmpty()
isEmpty method with items in the SCXML context as well as the
JavaScript Bindings.public void testGet()
get method with items in the SCXML context as well as the
JavaScript Bindings.public void testPut()
put method with items in the SCXML context as well as the
JavaScript Bindings.public void testPutAll()
putAll method with items in the SCXML context as well as the
JavaScript Bindings.public void testRemove()
remove method with items in the SCXML context as well as the
JavaScript Bindings.public void testClear()
clear method with items in the SCXML context as well as the
JavaScript Bindings.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.