Class TopCountWithTwoParamsVersusHeadTest


  • public class TopCountWithTwoParamsVersusHeadTest
    extends BatchTestCase
    According to MSDN page, when TOPCOUNT function is called with two parameters it should mimic the behaviour of HEAD function.

    The idea of these tests is to compare results of both function being called with same parameters - they should be equal.

    Queries with HEAD are made by mere substitution of the name instead of TOPCOUNT.

    Author:
    Andrey Khayrutdinov
    • Constructor Detail

      • TopCountWithTwoParamsVersusHeadTest

        public TopCountWithTwoParamsVersusHeadTest()
    • Method Detail

      • test_ShowsNotMoreThanExist

        public void test_ShowsNotMoreThanExist()
      • test_DoesNotIgnoreNonEmpty

        public void test_DoesNotIgnoreNonEmpty()