We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BeAnArray
Would be very nice to have a BeAnArray matcher since we have similar Matchers like
.Should(BeADirectory()) .Should(BeARegularFile()) .Should(BeEmpty())
Would be Nice
.Should(BeAnArray(...))
This can be helpful when a variable has type any = interface{} it can be help to identify if the variable type is an expected array
any
interface{}
Best Regards.
The text was updated successfully, but these errors were encountered:
Hey there - happy to accept a PR for this if you have the bandwidth to put one together.
Sorry, something went wrong.
No branches or pull requests
Would be very nice to have a
BeAnArray
matcher since we have similar Matchers likeWould be Nice
This can be helpful when a variable has type
any
=interface{}
it can be help to identify if the variable type is an expected arrayBest Regards.
The text was updated successfully, but these errors were encountered: