예제 #1
0
        public void TestGetRandomAPIKeyString()
        {
            String MeetupAPIKey = Meetup.GetRandomAPIKeyString();

            //Approvals.Equals(MeetupAPIKey,"" | "");
            Trace.Assert(MeetupAPIKey == "0393c247c5f1443107c312142206710" |
                         MeetupAPIKey == "177249507444921606913487d434875");
        }