public void testAsOct() { StringTheory theory = new StringTheory("7777"); Assert.True(theory.AsOct() == 0xfff, "strings don't match"); }