Class PathSubject

    • Method Detail

      • paths

        @Deprecated
        public static Subject.Factory<PathSubject,​Path> paths()
        Deprecated.
        Instead of about(paths()).that(...), use just that(...). Similarly, instead of assertAbout(paths()).that(...), use just assertThat(...).
        Obsolete factory instance. This factory was previously necessary for assertions like assertWithMessage(...).about(paths()).that(path)..... Now, you can perform assertions like that without the about(...) call.