コード例 #1
0
ファイル: UnitTest1.cs プロジェクト: abordt/Viking
        public void GetStructureTypesTest()
        {
            AddPrincipalToThread();

            System.Net.ServicePointManager.ServerCertificateValidationCallback =
                            ((sender, certificate, chain, sslPolicyErrors) => true);
            //CircuitClient client = new CircuitClient();

            //client.ClientCredentials.UserName.UserName = "******";
            //client.ClientCredentials.UserName.Password = "******";

            AnnotateService service = new AnnotateService(Parameters.TestDatabaseName);

            service.getTopConnectedStructures(1);

            //Graphx graph= client.getGraph(180, 3);

            Console.WriteLine("hello");
        }