|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "FileItem.h"#include "XBDateTime.h"#include "utils/ContentUtils.h"#include "utils/StreamDetails.h"#include "video/Bookmark.h"#include "video/VideoInfoTag.h"#include <memory>#include <string>#include <gtest/gtest.h>Functions | |
| TEST (TestContentUtils, GeneratePlayableTrailerItemUsesTrailerPath) | |
| TEST (TestContentUtils, GeneratePlayableTrailerItemDoesNotInheritTheMoviePath) | |
| TEST (TestContentUtils, GeneratePlayableTrailerItemResetsPlaybackState) | |
| TEST (TestContentUtils, GeneratePlayableTrailerItemKeepsMovieDetails) | |
| TEST (TestContentUtils, GeneratePlayableTrailerItemLeavesTheMovieItemUntouched) | |
| TEST | ( | TestContentUtils | , |
| GeneratePlayableTrailerItemDoesNotInheritTheMoviePath | ) |
| TEST | ( | TestContentUtils | , |
| GeneratePlayableTrailerItemKeepsMovieDetails | ) |
| TEST | ( | TestContentUtils | , |
| GeneratePlayableTrailerItemLeavesTheMovieItemUntouched | ) |
| TEST | ( | TestContentUtils | , |
| GeneratePlayableTrailerItemResetsPlaybackState | ) |
| TEST | ( | TestContentUtils | , |
| GeneratePlayableTrailerItemUsesTrailerPath | ) |