How to perform tests with backed enums
1. $casts is set
2. The enum, in this case, does not implement hasLabel.
3. The test
4. if I use assertTableColumnStateSet, the errors are exactly the same.
Does anyone know what I could be doing wrong?
4 Replies
Someone can help me?
The enum, in this case, does not implement hasLabelWhy not?
I think your question is the answer I was looking for.
Implementing hasLabel solved the problem and now I just need to use
Thank you very much!
Great! Don't forget to Mark the solution, so this thread shows as resolved. Right-click on the post that you want to mark, choose Apps, and MarkSolution.