public void Test(string input, long expected) { Floor f = new Floor(input); long b = f.Black(); Assert.Equal(expected, b); }