2015. 7. 2. 02:29
Posted by CoolDragon
2015. 6. 10. 03:39

Download the following Nuget Packages

  • xUnit.net
  • xUnix.net [Runner: Visual Studio]
  • AutoFixture
  • AutoFixture with xUnix.net data theories
  • Moq

Main Class and Interface
  • AutoFixture
  • var fixture = new Fixture();
  • Create<T>()
  • CreateMany<T>()
  • AddManyTo()
  • Inject()
  • Build<>()
  • With(), Without()
  • Do()
  • OmitAutoProperties()
  • Customizations.Add(ISpecimenBuilder inherited object)
  • ISpecimenBuilder



Posted by CoolDragon
2015. 4. 22. 11:52

windows server 2003

c:/> wuauclt /detectnow /reportnow


above windows server 2008 

c:/> wuapp

Posted by CoolDragon