예제 #1
0
        public void GetPublicTuples_NullCollection_ReturnEmptyHashSet()
        {
            var hashSet = AssemblyExtensions.GetPublicTuples(null, null);

            Assert.Empty(hashSet);
        }