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. C#
  4. Open source project with good coverage

Open source project with good coverage

Scheduled Pinned Locked Moved C#
csharp
6 Posts 4 Posters 1 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    I need to my work (C#) projects with good unit tests. This code should have relative good coverage. I wrote relative, because good is depend on point of view :). I can wrote simple project on my self, but I need real world apps. Thanks

    B B I 3 Replies Last reply
    0
    • L Lost User

      I need to my work (C#) projects with good unit tests. This code should have relative good coverage. I wrote relative, because good is depend on point of view :). I can wrote simple project on my self, but I need real world apps. Thanks

      B Offline
      B Offline
      Boipelo
      wrote on last edited by
      #2

      I don't know what you are talking about, but if you need Unit Testing, get a free book by Marc Clifton. Unit Testing Succinctly[^]. What's your question?

      I remain joe!

      L 1 Reply Last reply
      0
      • B Boipelo

        I don't know what you are talking about, but if you need Unit Testing, get a free book by Marc Clifton. Unit Testing Succinctly[^]. What's your question?

        I remain joe!

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Links, names projects with unit tests where code is relative good covered.

        B 1 Reply Last reply
        0
        • L Lost User

          Links, names projects with unit tests where code is relative good covered.

          B Offline
          B Offline
          Boipelo
          wrote on last edited by
          #4

          You still didn't asked a question. What do you mean by code covered? You want a sample project that includes Unit Testing, read that book. You want a good code? Good code does what is suppose to do. You want a good website? CodeProject. I am running around as I don't know what you are looking for.

          I remain joe!

          1 Reply Last reply
          0
          • L Lost User

            I need to my work (C#) projects with good unit tests. This code should have relative good coverage. I wrote relative, because good is depend on point of view :). I can wrote simple project on my self, but I need real world apps. Thanks

            B Offline
            B Offline
            Bernhard Hiller
            wrote on last edited by
            #5

            I use NUnit for Unit Testing, and that comes with a lot of tests for NUnit. The soure code for NUnit is available, and I hope their unit tests are included...

            1 Reply Last reply
            0
            • L Lost User

              I need to my work (C#) projects with good unit tests. This code should have relative good coverage. I wrote relative, because good is depend on point of view :). I can wrote simple project on my self, but I need real world apps. Thanks

              I Offline
              I Offline
              Ingo
              wrote on last edited by
              #6

              Skynet87 wrote:

              I need to my work (C#) projects with good unit tests. This code should have relative good coverage.

              You want a Unittest that covers your Project good? So you have to design a Unittest that covers it. Unittests aren't automatically there, they have to be designed and written. Best way: - Write a concept with all Requirements - Let Team / Person A write the Unittests for that concept - Let Team / Person B write the Code for that concept - Run the Unittests, while Team / Person B is coding. The Unittests should cover almost all code and the tests should work. If they don't the concept hasn't been implemented fully either by Team A or by Team B or by both.

              SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!

              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