/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

  1. namespace Rhino.Etl.Tests.Fibonacci.Output
  2. {
  3. public enum Should
  4. {
  5. Throw,
  6. WorkFine
  7. }
  8. }