Skip to content

Instantly share code, notes, and snippets.

View stapetro's full-sized avatar

Stanislav Petrov stapetro

View GitHub Profile
@stapetro
stapetro / TestLanguageToolAPI
Created March 14, 2019 20:16
Unit test exercise on how to test REST API
using System.Net;
using System.Net.Mime;
using NUnit.Framework;
using RestSharp;
namespace UnitTestsExercise
{
[Category("Integration")]
[Category("Rest")]
public class UnitTest1