public void CanGoBackTest_PageWithBackAndForward( ) {
			var page = PageWithBackAndForward( );

			SUTest navigation = new SUTest(page);

			IsTrue(navigation.CanGoBack( ));
		}
		public void CanGoBackTest_PageWithoutBack( ) {
			var page = PageWithoutBack( );

			SUTest navigation = new SUTest(page);

			IsFalse(navigation.CanGoBack( ));
		}
        public void CanGoBackTest_PageWithBackAndForward( )
        {
            var page = PageWithBackAndForward( );

            SUTest navigation = new SUTest(page);

            IsTrue(navigation.CanGoBack( ));
        }
        public void CanGoBackTest_PageWithoutBack( )
        {
            var page = PageWithoutBack( );

            SUTest navigation = new SUTest(page);

            IsFalse(navigation.CanGoBack( ));
        }