Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. how would you do this using TDD?

how would you do this using TDD?

Scheduled Pinned Locked Moved .NET (Core and Framework)
testingquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mr_lasseter
    wrote on last edited by
    #1

    I am creating an application that reads all of the dlls that are in the same folder as the executing application and looks for classes that implement a certain interface (a pluggable application). I can do this pretty easily with just OO programming, but how would one go about doing this with TDD (I am still trying to get my head around this in situations that are more complex)? Would I need to abstract the FileSystem and assemblies? Thanks in advance.

    Mike Lasseter

    L 1 Reply Last reply
    0
    • M mr_lasseter

      I am creating an application that reads all of the dlls that are in the same folder as the executing application and looks for classes that implement a certain interface (a pluggable application). I can do this pretty easily with just OO programming, but how would one go about doing this with TDD (I am still trying to get my head around this in situations that are more complex)? Would I need to abstract the FileSystem and assemblies? Thanks in advance.

      Mike Lasseter

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      mr_lasseter wrote:

      but how would one go about doing this with TDD

      Test Driven Development? You might need to explain your thoughts more specifically.

      mr_lasseter wrote:

      Would I need to abstract the FileSystem and assemblies?

      Not sure what you mean because those are both already abstracted right?

      led mike

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups