Class AccountingXmlMarshallableTest
- java.lang.Object
-
- it.tidalwave.accounting.exporter.xml.impl.AccountingXmlMarshallableTest
-
public class AccountingXmlMarshallableTest extends java.lang.Object- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description AccountingXmlMarshallableTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsistencyTest()voidinstallEmptyAsSupport()voidmust_properly_marshall(java.lang.String scenarioName, it.tidalwave.accounting.model.Accounting scenario)voidmust_properly_marshall_iBiz()
-
-
-
Method Detail
-
installEmptyAsSupport
public void installEmptyAsSupport()
-
consistencyTest
public void consistencyTest()
-
must_properly_marshall_iBiz
public void must_properly_marshall_iBiz() throws java.lang.Exception- Throws:
java.lang.Exception
-
must_properly_marshall
public void must_properly_marshall(@Nonnull java.lang.String scenarioName, @Nonnull it.tidalwave.accounting.model.Accounting scenario) throws java.lang.Exception- Throws:
java.lang.Exception
-
-