Overload | Description |
---|---|
BeOneOf(Nullable<DateTime>[]) | Asserts that the System.DateTime is one of the specified validValues. |
BeOneOf(DateTime[]) | Asserts that the System.DateTime is one of the specified validValues. |
BeOneOf(IEnumerable<DateTime>,String,Object[]) | Asserts that the System.DateTime is one of the specified validValues. |
BeOneOf(IEnumerable<Nullable<DateTime>>,String,Object[]) | Asserts that the System.DateTime is one of the specified validValues. |