public void AUT_MinAndMaxLengthAttributeRelay_Create_Method_DirectCall_No_Exception_Thrown_Test() { // Arrange this.ValidateExecuteCondition(MethodCreate); var request = this.CreateType <object>(); var context = this.CreateType <ISpecimenContext>(); // Act Action executeAction = () => _minAndMaxLengthAttributeRelayInstance.Create(request, context); // Assert Should.NotThrow(executeAction); }