public void Basics5Test() { var sw = InitTest(); Basics.Basics5(); Assert.Equal( @"93 90 82 82 ", sw.ToString()); }