/Rhino.Etl.Tests/Fibonacci/Output/Should.cs
http://github.com/ayende/rhino-etl · C# · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 863168a0e470da58285b2e98faf9b084 MD5 · raw file
- namespace Rhino.Etl.Tests.Fibonacci.Output
- {
- public enum Should
- {
- Throw,
- WorkFine
- }
- }