sandboxed-api/sandboxed_api/util
Mariusz Zaborski 5416cbb141 Introduce SAPI_ASSERT_OK
We have a SAPI_ASSERT_OK_AND_ASSIGN which corespondents to
SAPI_ASSIGN_OR_RETURN.

We also have SAPI_RETURN_IF_ERROR but we don't have a coresponding
macro for ASSERT.

I think that this completes the API and makes writting tests a little
bit simpler.
2022-03-16 09:33:23 -04:00
..
BUILD.bazel Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
CMakeLists.txt Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
file_helpers_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
file_helpers.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
file_helpers.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
flag.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
os_error.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
path_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
path.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
path.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
raw_logging.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
raw_logging.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
runfiles_nobazel.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
runfiles.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
runfiles.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status_macros_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status_macros.h Merge pull request #135 from DemiMarie:fix-semicolon 2022-03-08 23:31:50 -08:00
status_matchers.h Introduce SAPI_ASSERT_OK 2022-03-16 09:33:23 -04:00
status_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status.cc Avoid compiler crash with Clang 6.0 2022-02-11 09:09:01 -08:00
status.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status.proto Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
temp_file_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
temp_file.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
temp_file.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00