User: magrawal
Date: 07/02/18 22:38:30
Added: etc/andromda-dotnet/AndroMDA.ScenarioUnit/samples/MoneyServiceSample/MoneyServiceTests/testdata/input/MoneyServiceTests
Add_MultipleCurrencyAdd_m1.xml
Add_MultipleCurrencyAdd_m2.xml Add_SimpleAdd_m1.xml
Add_SimpleAdd_m2.xml
Log:
added sample for using the testing framework.
Revision Changes Path
1.1 plugins/etc/andromda-dotnet/AndroMDA.ScenarioUnit/samples/MoneyServiceSample/MoneyServiceTests/testdata/input/MoneyServiceTests/Add_MultipleCurrencyAdd_m1.xml
Index: Add_MultipleCurrencyAdd_m1.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>14</amount>
<currency>CHF</currency>
</Money>
1.1 plugins/etc/andromda-dotnet/AndroMDA.ScenarioUnit/samples/MoneyServiceSample/MoneyServiceTests/testdata/input/MoneyServiceTests/Add_MultipleCurrencyAdd_m2.xml
Index: Add_MultipleCurrencyAdd_m2.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>14</amount>
<currency>USD</currency>
</Money>
1.1 plugins/etc/andromda-dotnet/AndroMDA.ScenarioUnit/samples/MoneyServiceSample/MoneyServiceTests/testdata/input/MoneyServiceTests/Add_SimpleAdd_m1.xml
Index: Add_SimpleAdd_m1.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>12</amount>
<currency>CHF</currency>
</Money>
1.1 plugins/etc/andromda-dotnet/AndroMDA.ScenarioUnit/samples/MoneyServiceSample/MoneyServiceTests/testdata/input/MoneyServiceTests/Add_SimpleAdd_m2.xml
Index: Add_SimpleAdd_m2.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>14</amount>
<currency>CHF</currency>
</Money>
|