AK.F1.Timing.Live.Encryption.DecrypterFactoryBaseTest.StubDecrypterFactory.CreateWithSeed C# (CSharp) 메소드

CreateWithSeed() 보호된 메소드

protected CreateWithSeed ( int seed ) : IDecrypter
seed int
리턴 IDecrypter
            protected override IDecrypter CreateWithSeed(int seed)
            {
                CreateWithSeed_Seed = seed;

                return new Mock<IDecrypter>().Object;
            }
DecrypterFactoryBaseTest.StubDecrypterFactory