Skip to content

Instantly share code, notes, and snippets.

[TestClass]
public class GravityTest
{
private const decimal EarthFactor = 9.8M;
private IPlanet Planet { get; set; }
private Gravity Target { get; set; }
[TestInitialize]
public void BeforeEachTest()
{