Coder Social home page Coder Social logo

launch-mythical-creatures's Introduction

Launch Mythical Creatures

A collection of exercises to practice C# and test-driven design (TDD). This is adapted from Mythical Creatures from the Turing Backend Engineering program.

Make sure you understand the concepts covered in Unit Testing I and Unit Testing II from Mod 1 of the Launch program.

How to Run

In order to complete these exercises:

  • Fork and clone this repo to your local machine
  • Create a class for each of the mythical creatures in the test project. Note that the unicorn.cs class has already been created for you.
  • Open the test project and run your first test: UnicornTests.cs

Video Walk-Through coming soon...

Continue to follow the errors that your test provides until the test passes. Then, unskip the next test by removing the (Skip) property from the [Fact] attribute. In other words, change this line:

[Fact(Skip = "Remove to run this test")]

to this:

[Fact]

Continue for each test for the current creature. Repeat this process until all tests pass for all creatures.

Suggested Order

  • UnicornTests.cs
  • VampireTests.cs
  • DragonTests.cs
  • HobbitTests.cs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.