Example #1
0
            public void ReturnsWithId()
            {
                var locator = FluidProjectLocator.WithId("9999");

                Assert.AreEqual("id:9999", locator.ToString());
            }
Example #2
0
            public void ReturnsWithEmptyId()
            {
                var locator = FluidProjectLocator.WithId(null);

                Assert.AreEqual(string.Empty, locator.ToString());
            }