public void Test_implementsSearchForNewer()
 {
     var npp = new NotepadPlusPlus(false);
     Assert.IsTrue(npp.implementsSearchForNewer());
 }