Package org.apache.ofbiz.widget.test
Class WidgetMacroLibraryTests
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.apache.ofbiz.entity.testtools.EntityTestCase
-
- org.apache.ofbiz.service.testtools.OFBizTestCase
-
- org.apache.ofbiz.widget.test.WidgetMacroLibraryTests
-
- All Implemented Interfaces:
junit.framework.Test
public class WidgetMacroLibraryTests extends OFBizTestCase
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
authentificationQuery
protected java.lang.String
screenUrl
-
Fields inherited from class org.apache.ofbiz.service.testtools.OFBizTestCase
dispatcher
-
Fields inherited from class org.apache.ofbiz.entity.testtools.EntityTestCase
delegator
-
-
Constructor Summary
Constructors Constructor Description WidgetMacroLibraryTests(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpClient
initHttpClient()
void
testCsvMacroLibrary()
void
testFopMacroLibrary()
void
testHtmlMacroLibrary()
void
testTextMacroLibrary()
void
testXlsMacroLibrary()
void
testXmlMacroLibrary()
-
Methods inherited from class org.apache.ofbiz.service.testtools.OFBizTestCase
getDispatcher, setDispatcher
-
Methods inherited from class org.apache.ofbiz.entity.testtools.EntityTestCase
getDelegator, setDelegator
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
-
-
-
-
Field Detail
-
screenUrl
protected java.lang.String screenUrl
-
authentificationQuery
protected final java.lang.String authentificationQuery
- See Also:
- Constant Field Values
-
-
Method Detail
-
initHttpClient
public HttpClient initHttpClient() throws HttpClientException
- Throws:
HttpClientException
-
testHtmlMacroLibrary
public void testHtmlMacroLibrary() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTextMacroLibrary
public void testTextMacroLibrary() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testXmlMacroLibrary
public void testXmlMacroLibrary() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCsvMacroLibrary
public void testCsvMacroLibrary() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testXlsMacroLibrary
public void testXlsMacroLibrary() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFopMacroLibrary
public void testFopMacroLibrary() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-