User: magrawal
Date: 07/02/18 22:38:14
Added: etc/andromda-dotnet/AndroMDA.ScenarioUnit/samples/MoneyServiceSample/MoneyServiceTests/testdata/expected_output/MoneyServiceTests
Add_MultipleCurrencyAdd.xml Add_SimpleAdd.xml
Log:
added sample for using the testing framework.
Revision Changes Path
1.1 plugins/etc/andromda-dotnet/AndroMDA.ScenarioUnit/samples/MoneyServiceSample/MoneyServiceTests/testdata/expected_output/MoneyServiceTests/Add_MultipleCurrencyAdd.xml
Index: Add_MultipleCurrencyAdd.xml
===================================================================
<?xml version="1.0" encoding="utf-8"?>
<Money xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<amount>48</amount>
<currency>CHF</currency>
</Money>
1.1 plugins/etc/andromda-dotnet/AndroMDA.ScenarioUnit/samples/MoneyServiceSample/MoneyServiceTests/testdata/expected_output/MoneyServiceTests/Add_SimpleAdd.xml
Index: Add_SimpleAdd.xml
===================================================================
<?xml version="1.0" encoding="utf-8"?>
<Money xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<amount>26</amount>
<currency>CHF</currency>
</Money>
|