public TestRMAppManager(TestAppManager _enclosing, RMContext context, ClientToAMTokenSecretManagerInRM
                         clientToAMSecretManager, YarnScheduler scheduler, ApplicationMasterService masterService
                         , ApplicationACLsManager applicationACLsManager, Configuration conf)
     : base(context, scheduler, masterService, applicationACLsManager, conf)
 {
     this._enclosing = _enclosing;
 }
 public TestRMAppManager(TestAppManager _enclosing, RMContext context, Configuration
                         conf)
     : base(context, null, null, new ApplicationACLsManager(conf), conf)
 {
     this._enclosing = _enclosing;
 }
 public TestDispatcher(TestAppManager _enclosing)
 {
     this._enclosing = _enclosing;
 }