DllSale_Tests.cs 271 B

12345678910111213141516
  1. using Microsoft.VisualStudio.TestTools.UnitTesting;
  2. using System;
  3. using DllSale;
  4. namespace DllSale_UnitTestProject
  5. {
  6. [TestClass]
  7. public class DllSale_Tests
  8. {
  9. [TestMethod]
  10. public void SaleCostTests()
  11. {
  12. }
  13. }
  14. }