public void Initialize_NullJobData_ExceptionThrown() { Assert.Throws <ArgumentNullException>(() => { Processor.Initialize(null, NebulaContext); }); }