Author Topic: Test-driven development with Unity?  (Read 3209 times)

yohann

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 15
    • View Profile
Test-driven development with Unity?
« on: February 06, 2014, 05:39:40 PM »
Does anyone do test-driven development with Unity? I can find very little about it online which suggests not many are doing it. I'd love to hear if anyone has any experience with this.

Marcel

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Re: Test-driven development with Unity?
« Reply #1 on: February 13, 2014, 06:40:35 AM »
Unity release a nice framework for unit testing: http://blogs.unity3d.com/2013/12/18/unity-test-tools-released/

yutof

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: Test-driven development with Unity?
« Reply #2 on: April 10, 2014, 10:47:37 PM »
we use uunit for that ;) It's a very simple testing tool.