Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Tasks to do on your own

Basic

  1. Fork the repository, so that you have your own copy
  2. Create a new test project (xUnit) for the Geometry. Give it a name Geometry.Tests. Remember about adding project reference to the Geometry project from Geometry.Tests. Install FluentAssertions package.
  3. In the Geometry.Tests project create a new class PointTests.
  4. Test all the features of the Point class using the approach demonstrated in the classes

Less basic

  1. In the Geometry.Tests project create a new class SegmentTests.

  2. Test all the features of the Segment class using the approach demonstrated in the classes

  3. In the Geometry.Tests project create a new class PolygonalChainTests.

  4. Test all the features of the PolygonalChain class using the approach demonstrated in the classes

  5. Create a new test project (xUnit) for the Automotive. Give it a name Automotive.Tests. Remember about adding project reference to the Automotive project from Automotive.Tests. Install FluentAssertions package.

  6. In the Automotive.Tests project create a new class CarTests.

  7. Test all the features of the Car class using the approach demonstrated in the classes

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages