Lines Matching full:to
9 * Unless required by applicable law or agreed to in writing, software
674 expect(fileWhiteList!.fileReservedInfo.propertyParams.has('para1')).to.be.true;
675 expect(fileWhiteList!.fileReservedInfo.propertyParams.has('para2')).to.be.true;
676 expect(fileWhiteList!.fileReservedInfo.propertyParams.has('para3')).to.be.true;
677 expect(fileWhiteList!.fileReservedInfo.propertyParams.has('para4')).to.be.true;
678 expect(ApiExtractor.mConstructorPropertySet.has('para1')).to.be.true;
679 expect(ApiExtractor.mConstructorPropertySet.has('para2')).to.be.true;
680 expect(ApiExtractor.mConstructorPropertySet.has('para3')).to.be.true;
681 expect(ApiExtractor.mConstructorPropertySet.has('para4')).to.be.true;
695 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('A1')).to.be.false;
696 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('A2')).to.be.false;
697 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('A3')).to.be.false;
698 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('B1')).to.be.true;
699 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('B2')).to.be.true;
700 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('B3')).to.be.true;
701 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('C1')).to.be.true;
702 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('C2')).to.be.true;
703 expect(fileWhiteList!.fileReservedInfo.enumProperties.has('C3')).to.be.true;
704 expect(ApiExtractor.mEnumMemberSet.has('A1')).to.be.false;
705 expect(ApiExtractor.mEnumMemberSet.has('A2')).to.be.false;
706 expect(ApiExtractor.mEnumMemberSet.has('A3')).to.be.false;
707 expect(ApiExtractor.mEnumMemberSet.has('B1')).to.be.true;
708 expect(ApiExtractor.mEnumMemberSet.has('B2')).to.be.true;
709 expect(ApiExtractor.mEnumMemberSet.has('B3')).to.be.true;
710 expect(ApiExtractor.mEnumMemberSet.has('C1')).to.be.true;
711 expect(ApiExtractor.mEnumMemberSet.has('C2')).to.be.true;
712 expect(ApiExtractor.mEnumMemberSet.has('C3')).to.be.true;
719 expect(ApiExtractor.mEnumMemberSet.size === 0).to.be.true;
737 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(0);
738 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(0);
739 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(0);
740 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
747 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(7);
748 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass01')).to.be.true;
749 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass02')).to.be.true;
750 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass03')).to.be.true;
751 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass04')).to.be.true;
752 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass05')).to.be.true;
753 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass06')).to.be.true;
754 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass07')).to.be.true;
755 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass08')).to.be.false;
756 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(22);
757 expect(AtKeepCollections.keepSymbol.propertyNames.has('staticProperty01')).to.be.true;
758 expect(AtKeepCollections.keepSymbol.propertyNames.has('property02')).to.be.true;
759 expect(AtKeepCollections.keepSymbol.propertyNames.has('property03')).to.be.true;
760 expect(AtKeepCollections.keepSymbol.propertyNames.has('myMethod01')).to.be.true;
761 expect(AtKeepCollections.keepSymbol.propertyNames.has('myStaticMethod')).to.be.true;
762 expect(AtKeepCollections.keepSymbol.propertyNames.has('myGetter')).to.be.true;
763 expect(AtKeepCollections.keepSymbol.propertyNames.has('mySetter')).to.be.true;
764 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyClass04')).to.be.true;
765 expect(AtKeepCollections.keepSymbol.propertyNames.has('staticProperty05_01')).to.be.true;
766 expect(AtKeepCollections.keepSymbol.propertyNames.has('property05_02')).to.be.true;
767 expect(AtKeepCollections.keepSymbol.propertyNames.has('myMethod05_01')).to.be.true;
768 expect(AtKeepCollections.keepSymbol.propertyNames.has('myStaticMethod05')).to.be.true;
769 expect(AtKeepCollections.keepSymbol.propertyNames.has('myGetter05')).to.be.true;
770 expect(AtKeepCollections.keepSymbol.propertyNames.has('mySetter05')).to.be.true;
771 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyClass06')).to.be.true;
772 expect(AtKeepCollections.keepSymbol.propertyNames.has('property06')).to.be.true;
773 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyClass07')).to.be.true;
774 expect(AtKeepCollections.keepSymbol.propertyNames.has('property07_01')).to.be.false;
775 expect(AtKeepCollections.keepSymbol.propertyNames.has('property07_02')).to.be.false;
776 expect(AtKeepCollections.keepSymbol.propertyNames.has('property07_03')).to.be.false;
777 expect(AtKeepCollections.keepSymbol.propertyNames.has('property07_04')).to.be.false;
778 expect(AtKeepCollections.keepSymbol.propertyNames.has('property07_05')).to.be.true;
779 expect(AtKeepCollections.keepSymbol.propertyNames.has('property07_06')).to.be.true;
780 expect(AtKeepCollections.keepSymbol.propertyNames.has('property07_07')).to.be.true;
781 expect(AtKeepCollections.keepSymbol.propertyNames.has('property07_08')).to.be.true;
782 expect(AtKeepCollections.keepSymbol.propertyNames.has('aa')).to.be.false;
783 expect(AtKeepCollections.keepSymbol.propertyNames.has('11')).to.be.false;
784 expect(AtKeepCollections.keepSymbol.propertyNames.has('myMethod')).to.be.false;
785 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(0);
786 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
793 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(6);
794 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyClass01')).to.be.true;
795 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyClass02')).to.be.true;
796 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyClass03')).to.be.true;
797 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyClass04')).to.be.true;
798 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyClass05')).to.be.true;
799 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyClass06')).to.be.true;
800 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(17);
801 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('staticProperty01')).to.be.true;
802 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('property02')).to.be.true;
803 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('property03')).to.be.true;
804 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('myMethod01')).to.be.true;
805 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('myStaticMethod')).to.be.true;
806 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('myGetter')).to.be.true;
807 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('mySetter')).to.be.true;
808 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyClass04')).to.be.true;
809 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('staticProperty05_01')).to.be.true;
810 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('property05_02')).to.be.true;
811 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('myMethod05_01')).to.be.true;
812 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('myStaticMethod05')).to.be.true;
813 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('myGetter05')).to.be.true;
814 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('mySetter05')).to.be.true;
815 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyClass06')).to.be.true;
816 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('property06')).to.be.true;
817 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(0);
818 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(0);
825 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(4);
826 expect(AtKeepCollections.keepSymbol.globalNames.has('MyInterface01')).to.be.true;
827 expect(AtKeepCollections.keepSymbol.globalNames.has('MyInterface02')).to.be.true;
828 expect(AtKeepCollections.keepSymbol.globalNames.has('MyInterface03')).to.be.true;
829 expect(AtKeepCollections.keepSymbol.globalNames.has('MyInterface04')).to.be.true;
830 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(10);
831 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceProperty01')).to.be.true;
832 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceMethod01')).to.be.true;
833 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceProperty02')).to.be.true;
834 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceMethod02')).to.be.true;
835 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyInterface02')).to.be.true;
836 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceProperty03')).to.be.true;
837 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceMethod03')).to.be.true;
838 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceProperty04')).to.be.true;
839 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceMethod04')).to.be.true;
840 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyInterface04')).to.be.true;
841 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(0);
842 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
849 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(4);
850 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyInterface01')).to.be.true;
851 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyInterface02')).to.be.true;
852 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyInterface03')).to.be.true;
853 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyInterface04')).to.be.true;
854 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(10);
855 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceProperty01')).to.be.true;
856 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceMethod01')).to.be.true;
857 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceProperty02')).to.be.true;
858 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceMethod02')).to.be.true;
859 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyInterface02')).to.be.true;
860 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceProperty03')).to.be.true;
861 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceMethod03')).to.be.true;
862 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceProperty04')).to.be.true;
863 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceMethod04')).to.be.true;
864 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyInterface04')).to.be.true;
865 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(0);
866 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(0);
873 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(4);
874 expect(AtKeepCollections.keepSymbol.globalNames.has('Color01')).to.be.true;
875 expect(AtKeepCollections.keepSymbol.globalNames.has('Color02')).to.be.true;
876 expect(AtKeepCollections.keepSymbol.globalNames.has('Color03')).to.be.true;
877 expect(AtKeepCollections.keepSymbol.globalNames.has('Color04')).to.be.true;
878 expect(AtKeepCollections.keepSymbol.globalNames.has('Color05')).to.be.false;
879 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(6);
880 expect(AtKeepCollections.keepSymbol.propertyNames.has('RED01')).to.be.true;
881 expect(AtKeepCollections.keepSymbol.propertyNames.has('RED02')).to.be.true;
882 expect(AtKeepCollections.keepSymbol.propertyNames.has('Color02')).to.be.true;
883 expect(AtKeepCollections.keepSymbol.propertyNames.has('RED03')).to.be.true;
884 expect(AtKeepCollections.keepSymbol.propertyNames.has('BLUE04')).to.be.true;
885 expect(AtKeepCollections.keepSymbol.propertyNames.has('Color04')).to.be.true;
886 expect(AtKeepCollections.keepSymbol.propertyNames.has('RED05')).to.be.false;
887 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(0);
888 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
895 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(4);
896 expect(AtKeepCollections.keepAsConsumer.globalNames.has('Color01')).to.be.true;
897 expect(AtKeepCollections.keepAsConsumer.globalNames.has('Color02')).to.be.true;
898 expect(AtKeepCollections.keepAsConsumer.globalNames.has('Color03')).to.be.true;
899 expect(AtKeepCollections.keepAsConsumer.globalNames.has('Color04')).to.be.true;
900 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(6);
901 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('RED01')).to.be.true;
902 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('RED02')).to.be.true;
903 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('Color02')).to.be.true;
904 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('RED03')).to.be.true;
905 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('BLUE04')).to.be.true;
906 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('Color04')).to.be.true;
907 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(0);
908 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(0);
915 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(2);
916 expect(AtKeepCollections.keepSymbol.globalNames.has('addNumbers01')).to.be.true;
917 expect(AtKeepCollections.keepSymbol.globalNames.has('addNumbers02')).to.be.true;
918 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(1);
919 expect(AtKeepCollections.keepSymbol.propertyNames.has('addNumbers02')).to.be.true;
920 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(2);
921 expect(AtKeepCollections.keepAsConsumer.globalNames.has('addNumbers03')).to.be.true;
922 expect(AtKeepCollections.keepAsConsumer.globalNames.has('addNumbers04')).to.be.true;
923 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(1);
924 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('addNumbers04')).to.be.true;
932 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(26);
934 expect(AtKeepCollections.keepSymbol.globalNames.has('MyNamespace01')).to.be.true;
935 expect(AtKeepCollections.keepSymbol.globalNames.has('nsConstValue01')).to.be.true;
936 expect(AtKeepCollections.keepSymbol.globalNames.has('nsFunction01')).to.be.true;
937 expect(AtKeepCollections.keepSymbol.globalNames.has('nsClass01')).to.be.true;
938 expect(AtKeepCollections.keepSymbol.globalNames.has('nsInterface01')).to.be.true;
939 expect(AtKeepCollections.keepSymbol.globalNames.has('nsEnum01')).to.be.true;
940 expect(AtKeepCollections.keepSymbol.globalNames.has('InnerNamespace01')).to.be.true;
941 expect(AtKeepCollections.keepSymbol.globalNames.has('innerConstValue01')).to.be.true;
942 expect(AtKeepCollections.keepSymbol.globalNames.has('nsType01')).to.be.true;
944 expect(AtKeepCollections.keepSymbol.globalNames.has('nsConstValue02')).to.be.true;
945 expect(AtKeepCollections.keepSymbol.globalNames.has('nsFunction02')).to.be.true;
946 expect(AtKeepCollections.keepSymbol.globalNames.has('nsClass02')).to.be.true;
947 expect(AtKeepCollections.keepSymbol.globalNames.has('nsClass02_01')).to.be.true;
948 expect(AtKeepCollections.keepSymbol.globalNames.has('nsClass02_02')).to.be.true;
949 expect(AtKeepCollections.keepSymbol.globalNames.has('nsInterface02')).to.be.true;
950 expect(AtKeepCollections.keepSymbol.globalNames.has('nsInterface02_01')).to.be.true;
951 expect(AtKeepCollections.keepSymbol.globalNames.has('nsEnum02')).to.be.true;
952 expect(AtKeepCollections.keepSymbol.globalNames.has('nsEnum02_01')).to.be.true;
953 expect(AtKeepCollections.keepSymbol.globalNames.has('InnerNamespace02')).to.be.true;
954 expect(AtKeepCollections.keepSymbol.globalNames.has('innerConstValue02')).to.be.true;
956 expect(AtKeepCollections.keepSymbol.globalNames.has('MyNamespace04')).to.be.true;
957 expect(AtKeepCollections.keepSymbol.globalNames.has('MyNamespace05')).to.be.true;
958 expect(AtKeepCollections.keepSymbol.globalNames.has('MyNamespace06')).to.be.true;
959 expect(AtKeepCollections.keepSymbol.globalNames.has('MyNamespace08Class')).to.be.true;
960 expect(AtKeepCollections.keepSymbol.globalNames.has('MyNamespace09')).to.be.true;
961 expect(AtKeepCollections.keepSymbol.globalNames.has('MyNamespace09Class')).to.be.true;
963 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(37);
965 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsConstValue01')).to.be.true;
966 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsFunction01')).to.be.true;
967 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsClass01')).to.be.true;
968 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsInterface01')).to.be.true;
969 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsEnum01')).to.be.true;
970 expect(AtKeepCollections.keepSymbol.propertyNames.has('InnerNamespace01')).to.be.true;
971 expect(AtKeepCollections.keepSymbol.propertyNames.has('innerConstValue01')).to.be.true;
972 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsType01')).to.be.true;
974 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsConstValue02')).to.be.true;
975 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsFunction02')).to.be.true;
976 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsClass02')).to.be.true;
977 expect(AtKeepCollections.keepSymbol.propertyNames.has('classProp02')).to.be.true;
978 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsClass02_01')).to.be.true;
979 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsClass02_02')).to.be.true;
980 expect(AtKeepCollections.keepSymbol.propertyNames.has('classProp02_02')).to.be.true;
981 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsInterface02')).to.be.true;
982 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceProp02')).to.be.true;
983 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsInterface02_01')).to.be.true;
984 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceProp02_01')).to.be.true;
985 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsEnum02')).to.be.true;
986 expect(AtKeepCollections.keepSymbol.propertyNames.has('nsEnum02_01')).to.be.true;
987 expect(AtKeepCollections.keepSymbol.propertyNames.has('RED02')).to.be.true;
988 expect(AtKeepCollections.keepSymbol.propertyNames.has('RED02_01')).to.be.true;
989 expect(AtKeepCollections.keepSymbol.propertyNames.has('InnerNamespace02')).to.be.true;
990 expect(AtKeepCollections.keepSymbol.propertyNames.has('innerConstValue02')).to.be.true;
992 expect(AtKeepCollections.keepSymbol.propertyNames.has('classProp03')).to.be.true;
993 expect(AtKeepCollections.keepSymbol.propertyNames.has('classProp03_02')).to.be.true;
994 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceProp03')).to.be.true;
995 expect(AtKeepCollections.keepSymbol.propertyNames.has('interfaceProp03_01')).to.be.true;
996 expect(AtKeepCollections.keepSymbol.propertyNames.has('RED03')).to.be.true;
997 expect(AtKeepCollections.keepSymbol.propertyNames.has('RED03_01')).to.be.true;
999 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyNamespace04')).to.be.true;
1000 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyNamespace05')).to.be.true;
1001 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyNamespace06')).to.be.true;
1002 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyNamespace08Class')).to.be.true;
1003 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyNamespace09')).to.be.true;
1004 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyNamespace09Class')).to.be.true;
1005 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(0);
1006 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
1014 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(26);
1016 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyNamespace01')).to.be.true;
1017 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsConstValue01')).to.be.true;
1018 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsFunction01')).to.be.true;
1019 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsClass01')).to.be.true;
1020 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsInterface01')).to.be.true;
1021 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsEnum01')).to.be.true;
1022 expect(AtKeepCollections.keepAsConsumer.globalNames.has('InnerNamespace01')).to.be.true;
1023 expect(AtKeepCollections.keepAsConsumer.globalNames.has('innerConstValue01')).to.be.true;
1024 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsType01')).to.be.true;
1026 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsConstValue02')).to.be.true;
1027 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsFunction02')).to.be.true;
1028 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsClass02')).to.be.true;
1029 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsClass02_01')).to.be.true;
1030 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsClass02_02')).to.be.true;
1031 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsInterface02')).to.be.true;
1032 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsInterface02_01')).to.be.true;
1033 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsEnum02')).to.be.true;
1034 expect(AtKeepCollections.keepAsConsumer.globalNames.has('nsEnum02_01')).to.be.true;
1035 expect(AtKeepCollections.keepAsConsumer.globalNames.has('InnerNamespace02')).to.be.true;
1036 expect(AtKeepCollections.keepAsConsumer.globalNames.has('innerConstValue02')).to.be.true;
1038 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyNamespace04')).to.be.true;
1039 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyNamespace05')).to.be.true;
1040 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyNamespace06')).to.be.true;
1041 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyNamespace08Class')).to.be.true;
1042 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyNamespace09')).to.be.true;
1043 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyNamespace09Class')).to.be.true;
1045 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(37);
1047 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsConstValue01')).to.be.true;
1048 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsFunction01')).to.be.true;
1049 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsClass01')).to.be.true;
1050 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsInterface01')).to.be.true;
1051 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsEnum01')).to.be.true;
1052 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('InnerNamespace01')).to.be.true;
1053 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('innerConstValue01')).to.be.true;
1054 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsType01')).to.be.true;
1056 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsConstValue02')).to.be.true;
1057 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsFunction02')).to.be.true;
1058 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsClass02')).to.be.true;
1059 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('classProp02')).to.be.true;
1060 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsClass02_01')).to.be.true;
1061 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsClass02_02')).to.be.true;
1062 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('classProp02_02')).to.be.true;
1063 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsInterface02')).to.be.true;
1064 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceProp02')).to.be.true;
1065 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsInterface02_01')).to.be.true;
1066 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceProp02_01')).to.be.true;
1067 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsEnum02')).to.be.true;
1068 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('nsEnum02_01')).to.be.true;
1069 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('RED02')).to.be.true;
1070 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('RED02_01')).to.be.true;
1071 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('InnerNamespace02')).to.be.true;
1072 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('innerConstValue02')).to.be.true;
1074 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('classProp03')).to.be.true;
1075 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('classProp03_02')).to.be.true;
1076 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceProp03')).to.be.true;
1077 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('interfaceProp03_01')).to.be.true;
1078 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('RED03')).to.be.true;
1079 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('RED03_01')).to.be.true;
1081 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyNamespace04')).to.be.true;
1082 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyNamespace05')).to.be.true;
1083 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyNamespace06')).to.be.true;
1084 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyNamespace08Class')).to.be.true;
1085 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyNamespace09')).to.be.true;
1086 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('MyNamespace09Class')).to.be.true;
1087 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(0);
1088 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(0);
1095 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(6);
1096 expect(AtKeepCollections.keepSymbol.globalNames.has('globalVar01')).to.be.true;
1097 expect(AtKeepCollections.keepSymbol.globalNames.has('globalFunc01')).to.be.true;
1098 expect(AtKeepCollections.keepSymbol.globalNames.has('globalMyClass01')).to.be.true;
1099 expect(AtKeepCollections.keepSymbol.globalNames.has('globalVar02')).to.be.true;
1100 expect(AtKeepCollections.keepSymbol.globalNames.has('globalFunc02')).to.be.true;
1101 expect(AtKeepCollections.keepSymbol.globalNames.has('globalMyClass02')).to.be.true;
1102 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(3);
1103 expect(AtKeepCollections.keepSymbol.propertyNames.has('globalVar02')).to.be.true;
1104 expect(AtKeepCollections.keepSymbol.propertyNames.has('globalFunc02')).to.be.true;
1105 expect(AtKeepCollections.keepSymbol.propertyNames.has('globalMyClass02')).to.be.true;
1106 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(6);
1107 expect(AtKeepCollections.keepAsConsumer.globalNames.has('globalVar03')).to.be.true;
1108 expect(AtKeepCollections.keepAsConsumer.globalNames.has('globalFunc03')).to.be.true;
1109 expect(AtKeepCollections.keepAsConsumer.globalNames.has('globalMyClass03')).to.be.true;
1110 expect(AtKeepCollections.keepAsConsumer.globalNames.has('globalVar04')).to.be.true;
1111 expect(AtKeepCollections.keepAsConsumer.globalNames.has('globalFunc04')).to.be.true;
1112 expect(AtKeepCollections.keepAsConsumer.globalNames.has('globalMyClass04')).to.be.true;
1113 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(3);
1114 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('globalVar04')).to.be.true;
1115 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('globalFunc04')).to.be.true;
1116 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('globalMyClass04')).to.be.true;
1123 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(2);
1124 expect(AtKeepCollections.keepSymbol.globalNames.has('MyAnnotation01')).to.be.true;
1125 expect(AtKeepCollections.keepSymbol.globalNames.has('MyAnnotation02')).to.be.true;
1126 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(1);
1127 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyAnnotation02')).to.be.true;
1128 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(2);
1129 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyAnnotation04')).to.be.true;
1130 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyAnnotation05')).to.be.true;
1131 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(1);
1132 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyAnnotation05')).to.be.true;
1139 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(1);
1140 expect(AtKeepCollections.keepSymbol.globalNames.has('MyClass01')).to.be.true;
1141 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(2);
1142 expect(AtKeepCollections.keepSymbol.propertyNames.has('property01')).to.be.true;
1143 expect(AtKeepCollections.keepSymbol.propertyNames.has('MyClass01')).to.be.true;
1144 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(2);
1145 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyVar01')).to.be.true;
1146 expect(AtKeepCollections.keepAsConsumer.globalNames.has('MyVar02')).to.be.true;
1147 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
1154 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(0);
1155 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(0);
1156 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(0);
1157 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
1164 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(0);
1165 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(0);
1166 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(0);
1167 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
1174 expect(AtKeepCollections.keepSymbol.globalNames.size).to.be.equal(0);
1175 expect(AtKeepCollections.keepSymbol.propertyNames.size).to.be.equal(0);
1176 expect(AtKeepCollections.keepAsConsumer.globalNames.size).to.be.equal(0);
1177 expect(AtKeepCollections.keepAsConsumer.propertyNames.size).to.be.equal(0);
1198 expect(fileWhiteList.fileKeepInfo.enumProperties.has('RED01')).to.be.true;
1199 expect(fileWhiteList.fileKeepInfo.enumProperties.has('RED02')).to.be.true;
1200 expect(fileWhiteList.fileKeepInfo.enumProperties.has('BLUE02')).to.be.true;
1201 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('MyEnum')).to.be.true;
1202 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('MyClass')).to.be.true;
1203 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('obj01')).to.be.true;
1204 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('RED01')).to.be.true;
1205 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('myProp01')).to.be.true;
1206 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
1207 expect(fileWhiteList.fileKeepInfo.stringProperties.has('name')).to.be.true;
1208 expect(fileWhiteList.fileKeepInfo.stringProperties.has('age')).to.be.true;
1209 expect(fileWhiteList.fileKeepInfo.structProperties.has('myStructProp')).to.be.true;
1218 expect(fileWhiteList.fileKeepInfo.enumProperties.has('RED01')).to.be.true;
1219 expect(fileWhiteList.fileKeepInfo.enumProperties.has('RED02')).to.be.true;
1220 expect(fileWhiteList.fileKeepInfo.enumProperties.has('BLUE02')).to.be.true;
1221 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('MyEnum')).to.be.true;
1222 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('MyClass')).to.be.true;
1223 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('obj01')).to.be.true;
1224 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('RED01')).to.be.true;
1225 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('myProp01')).to.be.true;
1226 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
1227 expect(fileWhiteList.fileKeepInfo.stringProperties.has('name')).to.be.false;
1228 expect(fileWhiteList.fileKeepInfo.stringProperties.has('age')).to.be.false;
1229 expect(fileWhiteList.fileKeepInfo.structProperties.has('myStructProp')).to.be.true;
1238 expect(fileWhiteList.fileKeepInfo.enumProperties.size).to.be.equal(0);
1239 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.size).to.be.equal(0);
1240 expect(fileWhiteList.fileKeepInfo.stringProperties.size).to.be.equal(0);
1241 expect(fileWhiteList.fileKeepInfo.structProperties.size).to.be.equal(0);
1250 expect(decoratorKeys.length).to.be.greaterThan(0);