naxty.blogg.se

Eagetmail reference add in vb net
Eagetmail reference add in vb net










  • The solution contains one empty project now and should look like this:.
  • So we delete "Class1" from the project (you can do this by right-clicking on the class name in the Solution Explorer and selecting "Delete"). It has shown to be the fastest way to delete this class and to add the own ones later.
  • Unfortunately VS.NET always creates its default class (called "Class1") when you add a project.
  • Select "File Add Project New Project Visual Basic Projects Class Library".
  • It will find test methods through the attributes we give them. This project will be a class library because csUnit does not need a special entry point. Now our first step will be to set up the project which contains the tests.
  • Click "OK" and the empty solution will be created.
  • Specify a folder of your choice to store the solution in.
  • Enter "M圜alculator" as the solution name.
  • Then you will see the "New Project" Window
  • Select "File New Blank Solution" from the Pull down menu.
  • Here is a list to give you a quick overview on what we are going to do:

    eagetmail reference add in vb net

    This tutorial assumes that you have installed:

    eagetmail reference add in vb net

    In this tutorial we will look at the steps needed to test and develop a VB.NET class library using csUnit.












    Eagetmail reference add in vb net