Help WantedTesting
描述
Looking at the code coverage I see 0% coverage for the following Effect classes:
- AlphaTestEffect
- SpriteEffect
- SkinnedEffect
- DualTextureEffect
- EnvironmentMapEffect
We should also write a complete BasicEffect test which exercises all the different states... it currently sits at 39.4% code coverage because it is used as part of other tests.
For console work I did a test like this for BasicEffect:
https://gist.github.com/tomspilman/c820c192bc62901e9a288ef905eccfde
That resulted in the following screen:

We need tests similar to this for all the built in effect types.