| |
|
| org.apache.commons.jexl.ScriptFactoryTest
ScriptFactoryTest | public class ScriptFactoryTest extends TestCase (Code) | | Tests for ScriptFactory
since: 1.1 |
ScriptFactoryTest | public ScriptFactoryTest(String name)(Code) | | Creates a new test case.
Parameters: name - the test case name. |
testCreateFromFile | public void testCreateFromFile() throws Exception(Code) | | Ensure the factory can create a script from a file.
throws: Exception - on a parse error. |
testCreateFromNullFile | public void testCreateFromNullFile() throws Exception(Code) | | Ensure the factory throws npe on a null file.
throws: Exception - on a parse error. |
testCreateFromNullString | public void testCreateFromNullString() throws Exception(Code) | | Ensure the factory throws an NPE on an null String
throws: Exception - on a parse error |
testCreateFromNullURL | public void testCreateFromNullURL() throws Exception(Code) | | Ensure the factory throws an NPE on an null URL
throws: Exception - on a parse error |
testCreateFromSimpleString | public void testCreateFromSimpleString() throws Exception(Code) | | Ensure the factory can create a script from a String
throws: Exception - on a parse error |
testCreateFromString | public void testCreateFromString() throws Exception(Code) | | Ensure the factory can create a script from a String
throws: Exception - on a parse error |
testCreateFromURL | public void testCreateFromURL() throws Exception(Code) | | Ensure the factory can create a script from a URL.
throws: Exception - on a parse error. |
|
|
|