Beispiel #1
0
 public void Solves_Problem_001()
 {
     Solution001
     .Run(
         "../../../InputData/Problem001Test.dat",
         "anlgea,taahen,bocsoy,haodrn,esnnia,elyvsi,ashonn,gldlbou,usctyeri,ramveip")
     .Should()
     .Be("angela,athena,scooby,rhonda,insane,sylvie,hanson,bulldog,security,vampire");
 }
Beispiel #2
0
 public void Solves_Problem_001_Example()
 {
     Solution001.Run(10).Should().Be(23);
 }