Lab Overview
Comprehensive Lab
This lesson provides an overview for your largest coding exercise in the course. The video below provides an overview of the design and outlines the first coding exercise for struct Color.
There are 4 different projects for the lab. The unit test project is in the zip file below and you can use that to check your work as you go along.
Struct Color
Create a new .Net Core library project to hold your domain model classes. Name the project LandscapeObjectModelLib. The unit test assume that the classes are in the namespace LandscapeObjectModelLib. The unit test project you created earlier will need to reference this new library project.
Create a new struct Color in this project per the instructions in the video. You can check your work by running ColorTests from the unit test explorer. If you need a little help, check the Color.cs source file below.
0 comments