Beispiel #1
0
        private static void Test5a()
        {
            var fixture = new UInt32Fixture();

            fixture.AddU4U4(1, 2);
        }
Beispiel #2
0
        private static void Test5a()
        {
            var fixture = new UInt32Fixture();

            fixture.XorU4U4(65535, 1);
        }
Beispiel #3
0
        private static void Test5()
        {
            var fixture = new UInt32Fixture();

            fixture.AddU4U4(200, 100);
        }