
- #Visual studio for mac debug nunit test how to#
- #Visual studio for mac debug nunit test install#
- #Visual studio for mac debug nunit test upgrade#
- #Visual studio for mac debug nunit test software#
- #Visual studio for mac debug nunit test download#
Run the unit tests you are interested in. Go to "File > Open Project" and select the "unittests.dll" file from "C:\Program Files\Google\Google Data API SDK\Source\Library\VS2005\unittests\bin\Debug\". It is recommended to use a test account without any live data to avoid having information deleted by the unit tests. For example, Base requires an API key and Calendar requires a username and password. Remember to edit the file to include the appropriate information for the tests you are running. Copy the "" file in "C:\Program Files\Google\Google Data API SDK\Sources\Library\unittests\" to your debug build directory "C:\Program Files\Google\Google Data API SDK\Source\Library\VS2005\unittests\bin\Debug\". Follow the steps listed in Compiling and running samples to rebuild the client library and the unit tests. Be sure to save this change before continuing. For example, if NUnit is installed to "C:\Program Files\NUnit\", one would enter "C:\Program Files\NUnit\bin". Enter in the location of the "bin" subdirectory of the NUnit installation as a reference path and click "Add Folder". Now click on the "Reference Paths" tab within the window that opens. Right click on the "unittests" project in the Solution Explorer on the right and select "Properties". Now NUnit must be added as a reference path. It should display the conversion log, which can be ignored. Either click through the prompts or simply click on the "Finish" button. You will see the Conversion Wizard since this is a Visual Studio 2005 project file. Go to the "C:\Program Files\Google\Google Data API SDK\Sources\Library\VS2005" directory and open the solution file named "Google Data APIs". #Visual studio for mac debug nunit test upgrade#
You may wish to change this to something like "C:\Program Files\NUnit" so you can upgrade NUnit in the future without having to change the path in your Visual Studio project.
#Visual studio for mac debug nunit test install#
The default install location is similar to "C:\Program Files\NUnit 2.4.8".
Install NUnit by running the MSI file. If you plan to use the client libraries without modifications then there is normally no need to run them. Making sure the appropriate NUnit tests pass is an important step if you make any changes to the client libraries or plan to contribute to them. This solution will only compile the DLL files for the client libraries. It is found in "C:\Program Files\Google\Google Data API SDK\Sources\Library\VS2005.mobile" by default. Note: There is also a solution file for client libraries on Mobile devices. and will be needed for most projects, along with the DLL file specific to the Google service(s) you are using in your application. Select the DLL files that will be used by your code. Navigate to the Redist directory in the SDK: "C:\Program Files\Google\Google Data API SDK\Redist". Select "Add Reference" from the Project menu. Create or open a project outside of the Google API SDK solution. If you want to develop in a project outside of the solution file provided by the MSI file, you need to add the client library DLL files as a reference path. There are also some Start Menu shortcuts to these samples. "C:\Program Files\Google\Google Data API SDK\Sources\Samples\"įor example, you can run the sample application for Calendar by executing "C:\Program Files\Google\Google Data API SDK\Sources\Samples\calendar\bin\Debug\Calendar.exe". The binaries and DLL files you have just compiled can be found in. To create a Debug build go to "Build > Configuration Manager" and select "Debug" as the active solution configuration. Verify that running "Build > Build Solution" completes without any errors. Open the solution file called "Google Data API SDK" in the "Google Data API SDK" folder in the Start Menu. Further examples in this article will assume you installed the client library to this location. It will install to "C:\Program Files\Google\Google Data API SDK\" by default. Run the downloaded MSI file to install the package. #Visual studio for mac debug nunit test download#
Download the latest MSI release of the client library from.If you do not already have Visual Studio 2008 installed, you may want to consider using Visual C# 2008 Express Edition, a free version of Visual Studio that will allow you to work with the. It is my hope that this will save you some time in getting started and let you quickly start working with some code. NET client library using either Visual Studio 2005 for Windows or Mono for Linux and other Unix operating systems.
#Visual studio for mac debug nunit test how to#
In this article, I have pulled together some step-by-step instructions for how to begin with the.
#Visual studio for mac debug nunit test software#
For many developers, the most difficult part of a new project is getting the ball rolling-installing new software packages, configuring a development environment, and learning new libraries.