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

			SUTest navigation = new SUTest(page);

			IsTrue(navigation.CanGoForward( ));
		}
		public void CanGoForwardTest_PageWithoutForward( ) {
			var page = PageWithoutForward( );

			SUTest navigation = new SUTest(page);

			IsFalse(navigation.CanGoForward( ));
		}
        public void CanGoForwardTest_PageWithBackAndForward( )
        {
            var page = PageWithBackAndForward( );

            SUTest navigation = new SUTest(page);

            IsTrue(navigation.CanGoForward( ));
        }
        public void CanGoForwardTest_PageWithoutForward( )
        {
            var page = PageWithoutForward( );

            SUTest navigation = new SUTest(page);

            IsFalse(navigation.CanGoForward( ));
        }