예제 #1
0
			public MRAppWithSlowNM(TestContainerLauncher _enclosing, NMTokenSecretManagerInNM
				 tokenSecretManager)
				: base(1, 0, false, "TestContainerLauncher", true)
			{
				this._enclosing = _enclosing;
				this.tokenSecretManager = tokenSecretManager;
			}
예제 #2
0
			internal DummyContainerManager(TestContainerLauncher _enclosing)
			{
				this._enclosing = _enclosing;
			}
예제 #3
0
			private CustomContainerLauncher(TestContainerLauncher _enclosing, AppContext context
				)
				: base(context)
			{
				this._enclosing = _enclosing;
			}