Commit ba640ab0 authored by garciay's avatar garciay
Browse files

Create Torture tests for LibDiameter

parent 8b2d35f1
Loading
Loading
Loading
Loading
+29 KiB

File added.

No diff preview for this file type.

+11 KiB

File added.

No diff preview for this file type.

+152 KiB

File added.

No diff preview for this file type.

+9 KiB

File added.

No diff preview for this file type.

+16 −0
Original line number Diff line number Diff line
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace TestCastTortureAdapter
{
    class Program
    {
        static void Main(string[] args)
        {
            TortureAdapter adapter = new TortureAdapter();
            adapter.run();
        }
    }
}
Loading