src/main/java/org/apache/sling/testing/mock/jcr/MockNodeType.java [256:264]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (ntMgr != null && ((MockNodeTypeManager)ntMgr).isMode(ResolveMode.MOCK_ALL)) {
            throw new UnsupportedOperationException();
        }
        List<NodeType> subtypes = new ArrayList<>();
        if (ntMgr != null) {
            try {
                NodeTypeIterator allNodeTypes = ntMgr.getAllNodeTypes();
                while (allNodeTypes.hasNext()) {
                    NodeType nextNodeType = allNodeTypes.nextNodeType();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/testing/mock/jcr/MockNodeType.java [279:287]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (ntMgr != null && ((MockNodeTypeManager)ntMgr).isMode(ResolveMode.MOCK_ALL)) {
            throw new UnsupportedOperationException();
        }
        List<NodeType> subtypes = new ArrayList<>();
        if (ntMgr != null) {
            try {
                NodeTypeIterator allNodeTypes = ntMgr.getAllNodeTypes();
                while (allNodeTypes.hasNext()) {
                    NodeType nextNodeType = allNodeTypes.nextNodeType();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



